home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-21 | 443 b | 23 lines | [TEXT/MPS ] |
- /*
- File: SampleAgent.exp
-
- Copyright: © 1992-94 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "SampleAgent.h"
- #include "SampleVar.h"
-
-
- Library
- {
- id = kLIB_AgentID "SampleAgent,1.1";
- version = 1.0…1.1;
- memory = local;
- flags = preload, stayLoaded;
- };
-
- Class TSampleSNMPAgent { flags = preload,newobject; version = 1.0…1.1;};
- Class TSampleDirectVar { version = 1.0…1.1; };
- Class TSampleIndirectVar { version = 1.0…1.1; };
-